Html Css Color HEX #C472CB Orchid

📋 copy color: '#C472CB'

red 196 ◦ green 114 ◦ blue 203

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

Shades of Orchid #C472CB

Tints of Orchid #C472CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.22%

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 38.21%
G = 22.22%
B = 39.57%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C472CB (or 0xC472CB) is known color: Orchid. HEX triplet: C4, 72 and CB. RGB value is (196,114,203). Sum of RGB (Red+Green+Blue) = 196+114+203=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C472CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472CB is #3B8D34. Grayscale: #949494. Windows color (decimal): -3902773 or 13333188. OLE color: 13333188.

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

Color convert

RGB 196 114 203 -
CMYK 0.03 0.44 0 0.20
HSL 295.28º 0.46% 0.62% -
HSV(B) 295.28º 0.44% 0.8% -
XYZ 39.56 28.08 59.84 -
YUV 148.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 196 114 203 0.03 0.44 0 0.20 295.28 0.46 0.62
Hex C4 72 CB 3 2C 0 14 127 2E 3E
Octal 304 162 313 3 54 0 24 447 56 76
Binary 11000100 1110010 11001011 11 101100 0 10100 100100111 101110 111110

Color Harmonies of #C472CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472CB

Black with #C472CB

Text Example


Text Example

White with #C472CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472CB; }

 p { color: rgb(196,114,203); }

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

background-color css

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

 a { background-color: rgb(196,114,203); }

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

border-color css

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

 span { border-color: rgb(196,114,203); }

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