Html Css Color HEX #D67CE7 Orchid

📋 copy color: '#D67CE7'

red 214 ◦ green 124 ◦ blue 231

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

Shades of Orchid #D67CE7

Tints of Orchid #D67CE7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.79%

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

R = 37.61%
G = 21.79%
B = 40.6%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D67CE7 (or 0xD67CE7) is known color: Orchid. HEX triplet: D6, 7C and E7. RGB value is (214,124,231). Sum of RGB (Red+Green+Blue) = 214+124+231=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #D67CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D67CE7 is #298318. Grayscale: #A2A2A2. Windows color (decimal): -2720537 or 15170774. OLE color: 15170774.

HSL color Cylindrical-coordinate representation of color #D67CE7: hue angle of 290.47º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D67CE7 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 124 231 -
CMYK 0.07 0.46 0 0.09
HSL 290.47º 0.69% 0.7% -
HSV(B) 290.47º 0.46% 0.91% -
XYZ 49.36 34.48 79.66 -
YUV 163.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 214 124 231 0.07 0.46 0 0.09 290.47 0.69 0.7
Hex D6 7C E7 7 2E 0 9 122 45 46
Octal 326 174 347 7 56 0 11 442 105 106
Binary 11010110 1111100 11100111 111 101110 0 1001 100100010 1000101 1000110

Color Harmonies of #D67CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67CE7

Black with #D67CE7

Text Example


Text Example

White with #D67CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67CE7; }

 p { color: rgb(214,124,231); }

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

background-color css

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

 a { background-color: rgb(214,124,231); }

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

border-color css

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

 span { border-color: rgb(214,124,231); }

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