Html Css Color HEX #C970C6 Orchid

📋 copy color: '#C970C6'

red 201 ◦ green 112 ◦ blue 198

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

Shades of Orchid #C970C6

Tints of Orchid #C970C6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.92%

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

R = 39.33%
G = 21.92%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C970C6 (or 0xC970C6) is known color: Orchid. HEX triplet: C9, 70 and C6. RGB value is (201,112,198). Sum of RGB (Red+Green+Blue) = 201+112+198=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C970C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970C6 is #368F39. Grayscale: #949494. Windows color (decimal): -3575610 or 13005001. OLE color: 13005001.

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

Color convert

RGB 201 112 198 -
CMYK 0 0.44 0.01 0.21
HSL 302.02º 0.45% 0.61% -
HSV(B) 302.02º 0.44% 0.79% -
XYZ 40.07 28.08 56.73 -
YUV 148.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 201 112 198 0 0.44 0.01 0.21 302.02 0.45 0.61
Hex C9 70 C6 0 2C 1 15 12E 2D 3D
Octal 311 160 306 0 54 1 25 456 55 75
Binary 11001001 1110000 11000110 0 101100 1 10101 100101110 101101 111101

Color Harmonies of #C970C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970C6

Black with #C970C6

Text Example


Text Example

White with #C970C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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