Html Css Color HEX #C970CA Orchid

📋 copy color: '#C970CA'

red 201 ◦ green 112 ◦ blue 202

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

Shades of Orchid #C970CA

Tints of Orchid #C970CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.22%

R = 39.03%
G = 21.75%
B = 39.22%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C970CA (or 0xC970CA) is known color: Orchid. HEX triplet: C9, 70 and CA. RGB value is (201,112,202). Sum of RGB (Red+Green+Blue) = 201+112+202=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #C970CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970CA is #368F35. Grayscale: #949494. Windows color (decimal): -3575606 or 13267145. OLE color: 13267145.

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

Color convert

RGB 201 112 202 -
CMYK 0.00 0.45 0 0.21
HSL 299.33º 0.46% 0.62% -
HSV(B) 299.33º 0.45% 0.79% -
XYZ 40.54 28.27 59.2 -
YUV 148.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 201 112 202 0.00 0.45 0 0.21 299.33 0.46 0.62
Hex C9 70 CA 0 2D 0 15 12B 2E 3E
Octal 311 160 312 0 55 0 25 453 56 76
Binary 11001001 1110000 11001010 0 101101 0 10101 100101011 101110 111110

Color Harmonies of #C970CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970CA

Black with #C970CA

Text Example


Text Example

White with #C970CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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