Html Css Color HEX #C975CB Orchid

📋 copy color: '#C975CB'

red 201 ◦ green 117 ◦ blue 203

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

Shades of Orchid #C975CB

Tints of Orchid #C975CB

RGB

 RED value IS 201 (78.91% from 255) = 38.58%

 GREEN value IS 117 (46.09% from 255) = 22.46%

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

R = 38.58%
G = 22.46%
B = 38.96%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C975CB (or 0xC975CB) is known color: Orchid. HEX triplet: C9, 75 and CB. RGB value is (201,117,203). Sum of RGB (Red+Green+Blue) = 201+117+203=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C975CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C975CB is #368A34. Grayscale: #979797. Windows color (decimal): -3574325 or 13333961. OLE color: 13333961.

HSL color Cylindrical-coordinate representation of color #C975CB: hue angle of 298.6º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C975CB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 117 203 -
CMYK 0.01 0.42 0 0.20
HSL 298.6º 0.45% 0.63% -
HSV(B) 298.6º 0.42% 0.8% -
XYZ 41.23 29.45 60.01 -
YUV 151.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 201 117 203 0.01 0.42 0 0.20 298.6 0.45 0.63
Hex C9 75 CB 1 2A 0 14 12B 2D 3F
Octal 311 165 313 1 52 0 24 453 55 77
Binary 11001001 1110101 11001011 1 101010 0 10100 100101011 101101 111111

Color Harmonies of #C975CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C975CB

Black with #C975CB

Text Example


Text Example

White with #C975CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C975CB; }

 p { color: rgb(201,117,203); }

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

background-color css

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

 a { background-color: rgb(201,117,203); }

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

border-color css

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

 span { border-color: rgb(201,117,203); }

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