Html Css Color HEX #D269CD Orchid

📋 copy color: '#D269CD'

red 210 ◦ green 105 ◦ blue 205

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

Shades of Orchid #D269CD

Tints of Orchid #D269CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.42%

R = 40.38%
G = 20.19%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D269CD (or 0xD269CD) is known color: Orchid. HEX triplet: D2, 69 and CD. RGB value is (210,105,205). Sum of RGB (Red+Green+Blue) = 210+105+205=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D269CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269CD is #2D9632. Grayscale: #939393. Windows color (decimal): -2987571 or 13461970. OLE color: 13461970.

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

Color convert

RGB 210 105 205 -
CMYK 0 0.50 0.02 0.18
HSL 302.86º 0.54% 0.62% -
HSV(B) 302.86º 0.5% 0.82% -
XYZ 42.65 28.21 60.96 -
YUV 147.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 210 105 205 0 0.50 0.02 0.18 302.86 0.54 0.62
Hex D2 69 CD 0 32 2 12 12F 36 3E
Octal 322 151 315 0 62 2 22 457 66 76
Binary 11010010 1101001 11001101 0 110010 10 10010 100101111 110110 111110

Color Harmonies of #D269CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269CD

Black with #D269CD

Text Example


Text Example

White with #D269CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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