Html Css Color HEX #C970CE Orchid

📋 copy color: '#C970CE'

red 201 ◦ green 112 ◦ blue 206

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

Shades of Orchid #C970CE

Tints of Orchid #C970CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 38.73%
G = 21.58%
B = 39.69%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C970CE (or 0xC970CE) is known color: Orchid. HEX triplet: C9, 70 and CE. RGB value is (201,112,206). Sum of RGB (Red+Green+Blue) = 201+112+206=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C970CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970CE is #368F31. Grayscale: #959595. Windows color (decimal): -3575602 or 13529289. OLE color: 13529289.

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

Color convert

RGB 201 112 206 -
CMYK 0.02 0.46 0 0.19
HSL 296.81º 0.49% 0.62% -
HSV(B) 296.81º 0.46% 0.81% -
XYZ 41.02 28.46 61.72 -
YUV 149.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 201 112 206 0.02 0.46 0 0.19 296.81 0.49 0.62
Hex C9 70 CE 2 2E 0 13 129 31 3E
Octal 311 160 316 2 56 0 23 451 61 76
Binary 11001001 1110000 11001110 10 101110 0 10011 100101001 110001 111110

Color Harmonies of #C970CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970CE

Black with #C970CE

Text Example


Text Example

White with #C970CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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