Html Css Color HEX #C972DE Orchid

📋 copy color: '#C972DE'

red 201 ◦ green 114 ◦ blue 222

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

Shades of Orchid #C972DE

Tints of Orchid #C972DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 37.43%
G = 21.23%
B = 41.34%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C972DE (or 0xC972DE) is known color: Orchid. HEX triplet: C9, 72 and DE. RGB value is (201,114,222). Sum of RGB (Red+Green+Blue) = 201+114+222=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #C972DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972DE is #368D21. Grayscale: #979797. Windows color (decimal): -3575074 or 14578377. OLE color: 14578377.

HSL color Cylindrical-coordinate representation of color #C972DE: hue angle of 288.33º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C972DE is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 114 222 -
CMYK 0.09 0.49 0 0.13
HSL 288.33º 0.62% 0.66% -
HSV(B) 288.33º 0.49% 0.87% -
XYZ 43.29 29.73 72.56 -
YUV 152.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 201 114 222 0.09 0.49 0 0.13 288.33 0.62 0.66
Hex C9 72 DE 9 31 0 D 120 3E 42
Octal 311 162 336 11 61 0 15 440 76 102
Binary 11001001 1110010 11011110 1001 110001 0 1101 100100000 111110 1000010

Color Harmonies of #C972DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972DE

Black with #C972DE

Text Example


Text Example

White with #C972DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972DE; }

 p { color: rgb(201,114,222); }

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

background-color css

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

 a { background-color: rgb(201,114,222); }

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

border-color css

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

 span { border-color: rgb(201,114,222); }

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