Html Css Color HEX #C972CC Orchid

📋 copy color: '#C972CC'

red 201 ◦ green 114 ◦ blue 204

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

Shades of Orchid #C972CC

Tints of Orchid #C972CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 38.73%
G = 21.97%
B = 39.31%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C972CC (or 0xC972CC) is known color: Orchid. HEX triplet: C9, 72 and CC. RGB value is (201,114,204). Sum of RGB (Red+Green+Blue) = 201+114+204=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C972CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972CC is #368D33. Grayscale: #969696. Windows color (decimal): -3575092 or 13398729. OLE color: 13398729.

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

Color convert

RGB 201 114 204 -
CMYK 0.01 0.44 0 0.2
HSL 298º 0.47% 0.62% -
HSV(B) 298º 0.44% 0.8% -
XYZ 41 28.81 60.53 -
YUV 150.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 201 114 204 0.01 0.44 0 0.2 298 0.47 0.62
Hex C9 72 CC 1 2C 0 14 12A 2F 3E
Octal 311 162 314 1 54 0 24 452 57 76
Binary 11001001 1110010 11001100 1 101100 0 10100 100101010 101111 111110

Color Harmonies of #C972CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972CC

Black with #C972CC

Text Example


Text Example

White with #C972CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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