Html Css Color HEX #C970DA Orchid

📋 copy color: '#C970DA'

red 201 ◦ green 112 ◦ blue 218

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

Shades of Orchid #C970DA

Tints of Orchid #C970DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 37.85%
G = 21.09%
B = 41.05%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C970DA (or 0xC970DA) is known color: Orchid. HEX triplet: C9, 70 and DA. RGB value is (201,112,218). Sum of RGB (Red+Green+Blue) = 201+112+218=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C970DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970DA is #368F25. Grayscale: #969696. Windows color (decimal): -3575590 or 14315721. OLE color: 14315721.

HSL color Cylindrical-coordinate representation of color #C970DA: hue angle of 290.38º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C970DA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 112 218 -
CMYK 0.08 0.49 0 0.15
HSL 290.38º 0.59% 0.65% -
HSV(B) 290.38º 0.49% 0.85% -
XYZ 42.54 29.07 69.7 -
YUV 150.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 201 112 218 0.08 0.49 0 0.15 290.38 0.59 0.65
Hex C9 70 DA 8 31 0 F 122 3B 41
Octal 311 160 332 10 61 0 17 442 73 101
Binary 11001001 1110000 11011010 1000 110001 0 1111 100100010 111011 1000001

Color Harmonies of #C970DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C970DA

Black with #C970DA

Text Example


Text Example

White with #C970DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C970DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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