Html Css Color HEX #D268CA Orchid

📋 copy color: '#D268CA'

red 210 ◦ green 104 ◦ blue 202

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

Shades of Orchid #D268CA

Tints of Orchid #D268CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.16%

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

R = 40.7%
G = 20.16%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D268CA (or 0xD268CA) is known color: Orchid. HEX triplet: D2, 68 and CA. RGB value is (210,104,202). Sum of RGB (Red+Green+Blue) = 210+104+202=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D268CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268CA is #2D9735. Grayscale: #929292. Windows color (decimal): -2987830 or 13265106. OLE color: 13265106.

HSL color Cylindrical-coordinate representation of color #D268CA: hue angle of 304.53º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268CA is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 104 202 -
CMYK 0 0.50 0.04 0.18
HSL 304.53º 0.54% 0.62% -
HSV(B) 304.53º 0.5% 0.82% -
XYZ 42.19 27.87 59.03 -
YUV 146.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 210 104 202 0 0.50 0.04 0.18 304.53 0.54 0.62
Hex D2 68 CA 0 32 4 12 131 36 3E
Octal 322 150 312 0 62 4 22 461 66 76
Binary 11010010 1101000 11001010 0 110010 100 10010 100110001 110110 111110

Color Harmonies of #D268CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D268CA

Black with #D268CA

Text Example


Text Example

White with #D268CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D268CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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