Html Css Color HEX #C572CB Orchid

📋 copy color: '#C572CB'

red 197 ◦ green 114 ◦ blue 203

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

Shades of Orchid #C572CB

Tints of Orchid #C572CB

RGB

 RED value IS 197 (77.34% from 255) = 38.33%

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

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

R = 38.33%
G = 22.18%
B = 39.49%

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

#C572CB (or 0xC572CB) is known color: Orchid. HEX triplet: C5, 72 and CB. RGB value is (197,114,203). Sum of RGB (Red+Green+Blue) = 197+114+203=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C572CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572CB is #3A8D34. Grayscale: #949494. Windows color (decimal): -3837237 or 13333189. OLE color: 13333189.

HSL color Cylindrical-coordinate representation of color #C572CB: hue angle of 295.96º 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 #C572CB is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 114 203 -
CMYK 0.03 0.44 0 0.20
HSL 295.96º 0.46% 0.62% -
HSV(B) 295.96º 0.44% 0.8% -
XYZ 39.82 28.22 59.85 -
YUV 148.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 197 114 203 0.03 0.44 0 0.20 295.96 0.46 0.62
Hex C5 72 CB 3 2C 0 14 128 2E 3E
Octal 305 162 313 3 54 0 24 450 56 76
Binary 11000101 1110010 11001011 11 101100 0 10100 100101000 101110 111110

Color Harmonies of #C572CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C572CB

Black with #C572CB

Text Example


Text Example

White with #C572CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C572CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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