Html Css Color HEX #C972C6 Orchid

📋 copy color: '#C972C6'

red 201 ◦ green 114 ◦ blue 198

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

Shades of Orchid #C972C6

Tints of Orchid #C972C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.6%

R = 39.18%
G = 22.22%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C972C6 (or 0xC972C6) is known color: Orchid. HEX triplet: C9, 72 and C6. RGB value is (201,114,198). Sum of RGB (Red+Green+Blue) = 201+114+198=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C972C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972C6 is #368D39. Grayscale: #959595. Windows color (decimal): -3575098 or 13005513. OLE color: 13005513.

HSL color Cylindrical-coordinate representation of color #C972C6: hue angle of 302.07º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C972C6 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 114 198 -
CMYK 0 0.43 0.01 0.21
HSL 302.07º 0.45% 0.62% -
HSV(B) 302.07º 0.43% 0.79% -
XYZ 40.3 28.53 56.81 -
YUV 149.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 201 114 198 0 0.43 0.01 0.21 302.07 0.45 0.62
Hex C9 72 C6 0 2B 1 15 12E 2D 3E
Octal 311 162 306 0 53 1 25 456 55 76
Binary 11001001 1110010 11000110 0 101011 1 10101 100101110 101101 111110

Color Harmonies of #C972C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C972C6

Black with #C972C6

Text Example


Text Example

White with #C972C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C972C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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