Html Css Color HEX #D270CA Orchid

📋 copy color: '#D270CA'

red 210 ◦ green 112 ◦ blue 202

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

Shades of Orchid #D270CA

Tints of Orchid #D270CA

RGB

 RED value IS 210 (82.42% from 255) = 40.08%

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

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

R = 40.08%
G = 21.37%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D270CA (or 0xD270CA) is known color: Orchid. HEX triplet: D2, 70 and CA. RGB value is (210,112,202). Sum of RGB (Red+Green+Blue) = 210+112+202=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D270CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270CA is #2D8F35. Grayscale: #979797. Windows color (decimal): -2985782 or 13267154. OLE color: 13267154.

HSL color Cylindrical-coordinate representation of color #D270CA: hue angle of 304.9º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D270CA is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 112 202 -
CMYK 0 0.47 0.04 0.18
HSL 304.9º 0.52% 0.63% -
HSV(B) 304.9º 0.47% 0.82% -
XYZ 43.03 29.55 59.31 -
YUV 151.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 210 112 202 0 0.47 0.04 0.18 304.9 0.52 0.63
Hex D2 70 CA 0 2F 4 12 131 34 3F
Octal 322 160 312 0 57 4 22 461 64 77
Binary 11010010 1110000 11001010 0 101111 100 10010 100110001 110100 111111

Color Harmonies of #D270CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270CA

Black with #D270CA

Text Example


Text Example

White with #D270CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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