Html Css Color HEX #C972D0 Orchid

📋 copy color: '#C972D0'

red 201 ◦ green 114 ◦ blue 208

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

Shades of Orchid #C972D0

Tints of Orchid #C972D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 38.43%
G = 21.8%
B = 39.77%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C972D0 (or 0xC972D0) is known color: Orchid. HEX triplet: C9, 72 and D0. RGB value is (201,114,208). Sum of RGB (Red+Green+Blue) = 201+114+208=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #C972D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972D0 is #368D2F. Grayscale: #969696. Windows color (decimal): -3575088 or 13660873. OLE color: 13660873.

HSL color Cylindrical-coordinate representation of color #C972D0: hue angle of 295.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C972D0 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 114 208 -
CMYK 0.03 0.45 0 0.18
HSL 295.53º 0.5% 0.63% -
HSV(B) 295.53º 0.45% 0.82% -
XYZ 41.49 29.01 63.09 -
YUV 150.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 201 114 208 0.03 0.45 0 0.18 295.53 0.5 0.63
Hex C9 72 D0 3 2D 0 12 128 32 3F
Octal 311 162 320 3 55 0 22 450 62 77
Binary 11001001 1110010 11010000 11 101101 0 10010 100101000 110010 111111

Color Harmonies of #C972D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972D0

Black with #C972D0

Text Example


Text Example

White with #C972D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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