Html Css Color HEX #D269E7 Orchid

📋 copy color: '#D269E7'

red 210 ◦ green 105 ◦ blue 231

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

Shades of Orchid #D269E7

Tints of Orchid #D269E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.31%

R = 38.46%
G = 19.23%
B = 42.31%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D269E7 (or 0xD269E7) is known color: Orchid. HEX triplet: D2, 69 and E7. RGB value is (210,105,231). Sum of RGB (Red+Green+Blue) = 210+105+231=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #D269E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D269E7 is #2D9618. Grayscale: #969696. Windows color (decimal): -2987545 or 15165906. OLE color: 15165906.

HSL color Cylindrical-coordinate representation of color #D269E7: hue angle of 290º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D269E7 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 105 231 -
CMYK 0.09 0.55 0 0.09
HSL 290º 0.72% 0.66% -
HSV(B) 290º 0.55% 0.91% -
XYZ 46.05 29.57 78.88 -
YUV 150.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 210 105 231 0.09 0.55 0 0.09 290 0.72 0.66
Hex D2 69 E7 9 37 0 9 122 48 42
Octal 322 151 347 11 67 0 11 442 110 102
Binary 11010010 1101001 11100111 1001 110111 0 1001 100100010 1001000 1000010

Color Harmonies of #D269E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D269E7

Black with #D269E7

Text Example


Text Example

White with #D269E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D269E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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