Html Css Color HEX #C674CC Orchid

📋 copy color: '#C674CC'

red 198 ◦ green 116 ◦ blue 204

#C674CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C674CC

Tints of Orchid #C674CC

RGB

 RED value IS 198 (77.73% from 255) = 38.22%

 GREEN value IS 116 (45.7% from 255) = 22.39%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 38.22%
G = 22.39%
B = 39.38%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C674CC (or 0xC674CC) is known color: Orchid. HEX triplet: C6, 74 and CC. RGB value is (198,116,204). Sum of RGB (Red+Green+Blue) = 198+116+204=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C674CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674CC is #398B33. Grayscale: #969696. Windows color (decimal): -3771188 or 13399238. OLE color: 13399238.

HSL color Cylindrical-coordinate representation of color #C674CC: hue angle of 295.91º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C674CC is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 116 204 -
CMYK 0.03 0.43 0 0.2
HSL 295.91º 0.46% 0.63% -
HSV(B) 295.91º 0.43% 0.8% -
XYZ 40.43 28.86 60.57 -
YUV 150.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 198 116 204 0.03 0.43 0 0.2 295.91 0.46 0.63
Hex C6 74 CC 3 2B 0 14 128 2E 3F
Octal 306 164 314 3 53 0 24 450 56 77
Binary 11000110 1110100 11001100 11 101011 0 10100 100101000 101110 111111

Color Harmonies of #C674CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674CC

Black with #C674CC

Text Example


Text Example

White with #C674CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674CC; }

 p { color: rgb(198,116,204); }

 H1.HeaderClassName
 {
   color: #C674CC;
 }
 .AnyTagClassName
 {
   color: #C674CC;
 }
</style>

background-color css

<style>
 a { background-color: #C674CC; }

 a { background-color: rgb(198,116,204); }

 div.DivClassName
 {
   background-color: #C674CC;
 }
 .BgClassName
 {
   background-color: #C674CC;
 }
</style>

border-color css

<style>
 span { border-color: #C674CC; }

 span { border-color: rgb(198,116,204); }

 td.TdClassName
 {
   border-color: #C674CC;
 }
 .TagClassName
 {
   border-color: #C674CC;
 }
</style>