Html Css Color HEX #C474CF Orchid

📋 copy color: '#C474CF'

red 196 ◦ green 116 ◦ blue 207

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

Shades of Orchid #C474CF

Tints of Orchid #C474CF

RGB

 RED value IS 196 (76.95% from 255) = 37.76%

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 37.76%
G = 22.35%
B = 39.88%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C474CF (or 0xC474CF) is known color: Orchid. HEX triplet: C4, 74 and CF. RGB value is (196,116,207). Sum of RGB (Red+Green+Blue) = 196+116+207=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #C474CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474CF is #3B8B30. Grayscale: #969696. Windows color (decimal): -3902257 or 13595844. OLE color: 13595844.

HSL color Cylindrical-coordinate representation of color #C474CF: hue angle of 292.75º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C474CF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 116 207 -
CMYK 0.05 0.44 0 0.19
HSL 292.75º 0.49% 0.63% -
HSV(B) 292.75º 0.44% 0.81% -
XYZ 40.27 28.73 62.45 -
YUV 150.29 160 160.6 -
System Red Green Blue C M Y K H S L
Decimal 196 116 207 0.05 0.44 0 0.19 292.75 0.49 0.63
Hex C4 74 CF 5 2C 0 13 125 31 3F
Octal 304 164 317 5 54 0 23 445 61 77
Binary 11000100 1110100 11001111 101 101100 0 10011 100100101 110001 111111

Color Harmonies of #C474CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474CF

Black with #C474CF

Text Example


Text Example

White with #C474CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474CF; }

 p { color: rgb(196,116,207); }

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

background-color css

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

 a { background-color: rgb(196,116,207); }

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

border-color css

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

 span { border-color: rgb(196,116,207); }

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