Html Css Color HEX #D269CB Orchid

📋 copy color: '#D269CB'

red 210 ◦ green 105 ◦ blue 203

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

Shades of Orchid #D269CB

Tints of Orchid #D269CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 40.54%
G = 20.27%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D269CB (or 0xD269CB) is known color: Orchid. HEX triplet: D2, 69 and CB. RGB value is (210,105,203). Sum of RGB (Red+Green+Blue) = 210+105+203=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D269CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269CB is #2D9634. Grayscale: #939393. Windows color (decimal): -2987573 or 13330898. OLE color: 13330898.

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

Color convert

RGB 210 105 203 -
CMYK 0 0.50 0.03 0.18
HSL 304º 0.54% 0.62% -
HSV(B) 304º 0.5% 0.82% -
XYZ 42.41 28.12 59.69 -
YUV 147.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 210 105 203 0 0.50 0.03 0.18 304 0.54 0.62
Hex D2 69 CB 0 32 3 12 130 36 3E
Octal 322 151 313 0 62 3 22 460 66 76
Binary 11010010 1101001 11001011 0 110010 11 10010 100110000 110110 111110

Color Harmonies of #D269CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269CB

Black with #D269CB

Text Example


Text Example

White with #D269CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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