Html Css Color HEX #D269CA Orchid

📋 copy color: '#D269CA'

red 210 ◦ green 105 ◦ blue 202

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

Shades of Orchid #D269CA

Tints of Orchid #D269CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.31%

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

R = 40.62%
G = 20.31%
B = 39.07%

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

#D269CA (or 0xD269CA) is known color: Orchid. HEX triplet: D2, 69 and CA. RGB value is (210,105,202). Sum of RGB (Red+Green+Blue) = 210+105+202=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D269CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269CA is #2D9635. Grayscale: #939393. Windows color (decimal): -2987574 or 13265362. OLE color: 13265362.

HSL color Cylindrical-coordinate representation of color #D269CA: hue angle of 304.57º 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 #D269CA is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 105 202 -
CMYK 0 0.50 0.04 0.18
HSL 304.57º 0.54% 0.62% -
HSV(B) 304.57º 0.5% 0.82% -
XYZ 42.29 28.07 59.07 -
YUV 147.45 158.79 172.61 -
System Red Green Blue C M Y K H S L
Decimal 210 105 202 0 0.50 0.04 0.18 304.57 0.54 0.62
Hex D2 69 CA 0 32 4 12 131 36 3E
Octal 322 151 312 0 62 4 22 461 66 76
Binary 11010010 1101001 11001010 0 110010 100 10010 100110001 110110 111110

Color Harmonies of #D269CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269CA

Black with #D269CA

Text Example


Text Example

White with #D269CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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