Html Css Color HEX #C972CF Orchid

📋 copy color: '#C972CF'

red 201 ◦ green 114 ◦ blue 207

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

Shades of Orchid #C972CF

Tints of Orchid #C972CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 38.51%
G = 21.84%
B = 39.66%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C972CF (or 0xC972CF) is known color: Orchid. HEX triplet: C9, 72 and CF. RGB value is (201,114,207). Sum of RGB (Red+Green+Blue) = 201+114+207=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #C972CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972CF is #368D30. Grayscale: #969696. Windows color (decimal): -3575089 or 13595337. OLE color: 13595337.

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

Color convert

RGB 201 114 207 -
CMYK 0.03 0.45 0 0.19
HSL 296.13º 0.49% 0.63% -
HSV(B) 296.13º 0.45% 0.81% -
XYZ 41.37 28.96 62.44 -
YUV 150.62 159.82 163.94 -
System Red Green Blue C M Y K H S L
Decimal 201 114 207 0.03 0.45 0 0.19 296.13 0.49 0.63
Hex C9 72 CF 3 2D 0 13 128 31 3F
Octal 311 162 317 3 55 0 23 450 61 77
Binary 11001001 1110010 11001111 11 101101 0 10011 100101000 110001 111111

Color Harmonies of #C972CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972CF

Black with #C972CF

Text Example


Text Example

White with #C972CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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