Html Css Color HEX #D267E8 Orchid

📋 copy color: '#D267E8'

red 210 ◦ green 103 ◦ blue 232

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

Shades of Orchid #D267E8

Tints of Orchid #D267E8

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.9%

 BLUE value IS 232 (91.02% from 255) = 42.57%

R = 38.53%
G = 18.9%
B = 42.57%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D267E8 (or 0xD267E8) is known color: Orchid. HEX triplet: D2, 67 and E8. RGB value is (210,103,232). Sum of RGB (Red+Green+Blue) = 210+103+232=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #D267E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D267E8 is #2D9817. Grayscale: #959595. Windows color (decimal): -2988056 or 15230930. OLE color: 15230930.

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

Color convert

RGB 210 103 232 -
CMYK 0.09 0.56 0 0.09
HSL 289.77º 0.74% 0.66% -
HSV(B) 289.77º 0.56% 0.91% -
XYZ 45.99 29.23 79.56 -
YUV 149.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 210 103 232 0.09 0.56 0 0.09 289.77 0.74 0.66
Hex D2 67 E8 9 38 0 9 122 4A 42
Octal 322 147 350 11 70 0 11 442 112 102
Binary 11010010 1100111 11101000 1001 111000 0 1001 100100010 1001010 1000010

Color Harmonies of #D267E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267E8

Black with #D267E8

Text Example


Text Example

White with #D267E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267E8; }

 p { color: rgb(210,103,232); }

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

background-color css

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

 a { background-color: rgb(210,103,232); }

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

border-color css

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

 span { border-color: rgb(210,103,232); }

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