Html Css Color HEX #D67DE4 Orchid

📋 copy color: '#D67DE4'

red 214 ◦ green 125 ◦ blue 228

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

Shades of Orchid #D67DE4

Tints of Orchid #D67DE4

RGB

 RED value IS 214 (83.98% from 255) = 37.74%

 GREEN value IS 125 (49.22% from 255) = 22.05%

 BLUE value IS 228 (89.45% from 255) = 40.21%

R = 37.74%
G = 22.05%
B = 40.21%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D67DE4 (or 0xD67DE4) is known color: Orchid. HEX triplet: D6, 7D and E4. RGB value is (214,125,228). Sum of RGB (Red+Green+Blue) = 214+125+228=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #D67DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DE4 is #29821B. Grayscale: #A3A3A3. Windows color (decimal): -2720284 or 14974422. OLE color: 14974422.

HSL color Cylindrical-coordinate representation of color #D67DE4: hue angle of 291.84º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67DE4 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 125 228 -
CMYK 0.06 0.45 0 0.11
HSL 291.84º 0.66% 0.69% -
HSV(B) 291.84º 0.45% 0.89% -
XYZ 49.07 34.56 77.48 -
YUV 163.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 214 125 228 0.06 0.45 0 0.11 291.84 0.66 0.69
Hex D6 7D E4 6 2D 0 B 124 42 45
Octal 326 175 344 6 55 0 13 444 102 105
Binary 11010110 1111101 11100100 110 101101 0 1011 100100100 1000010 1000101

Color Harmonies of #D67DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67DE4

Black with #D67DE4

Text Example


Text Example

White with #D67DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67DE4; }

 p { color: rgb(214,125,228); }

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

background-color css

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

 a { background-color: rgb(214,125,228); }

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

border-color css

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

 span { border-color: rgb(214,125,228); }

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