Html Css Color HEX #C970CB Orchid

📋 copy color: '#C970CB'

red 201 ◦ green 112 ◦ blue 203

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

Shades of Orchid #C970CB

Tints of Orchid #C970CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.71%

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

R = 38.95%
G = 21.71%
B = 39.34%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C970CB (or 0xC970CB) is known color: Orchid. HEX triplet: C9, 70 and CB. RGB value is (201,112,203). Sum of RGB (Red+Green+Blue) = 201+112+203=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #C970CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970CB is #368F34. Grayscale: #949494. Windows color (decimal): -3575605 or 13332681. OLE color: 13332681.

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

Color convert

RGB 201 112 203 -
CMYK 0.01 0.45 0 0.20
HSL 298.68º 0.47% 0.62% -
HSV(B) 298.68º 0.45% 0.8% -
XYZ 40.66 28.32 59.82 -
YUV 148.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 201 112 203 0.01 0.45 0 0.20 298.68 0.47 0.62
Hex C9 70 CB 1 2D 0 14 12B 2F 3E
Octal 311 160 313 1 55 0 24 453 57 76
Binary 11001001 1110000 11001011 1 101101 0 10100 100101011 101111 111110

Color Harmonies of #C970CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970CB

Black with #C970CB

Text Example


Text Example

White with #C970CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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