Html Css Color HEX #D67BCF Orchid

📋 copy color: '#D67BCF'

red 214 ◦ green 123 ◦ blue 207

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

Shades of Orchid #D67BCF

Tints of Orchid #D67BCF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.61%

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 39.34%
G = 22.61%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D67BCF (or 0xD67BCF) is known color: Orchid. HEX triplet: D6, 7B and CF. RGB value is (214,123,207). Sum of RGB (Red+Green+Blue) = 214+123+207=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BCF is #298430. Grayscale: #9F9F9F. Windows color (decimal): -2720817 or 13597654. OLE color: 13597654.

HSL color Cylindrical-coordinate representation of color #D67BCF: hue angle of 304.62º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67BCF is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 123 207 -
CMYK 0 0.43 0.03 0.16
HSL 304.62º 0.53% 0.66% -
HSV(B) 304.62º 0.43% 0.84% -
XYZ 46.08 32.97 62.97 -
YUV 159.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 214 123 207 0 0.43 0.03 0.16 304.62 0.53 0.66
Hex D6 7B CF 0 2B 3 10 131 35 42
Octal 326 173 317 0 53 3 20 461 65 102
Binary 11010110 1111011 11001111 0 101011 11 10000 100110001 110101 1000010

Color Harmonies of #D67BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67BCF

Black with #D67BCF

Text Example


Text Example

White with #D67BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67BCF; }

 p { color: rgb(214,123,207); }

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

background-color css

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

 a { background-color: rgb(214,123,207); }

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

border-color css

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

 span { border-color: rgb(214,123,207); }

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