Html Css Color HEX #D67FCA Orchid

📋 copy color: '#D67FCA'

red 214 ◦ green 127 ◦ blue 202

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

Shades of Orchid #D67FCA

Tints of Orchid #D67FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 39.41%
G = 23.39%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D67FCA (or 0xD67FCA) is known color: Orchid. HEX triplet: D6, 7F and CA. RGB value is (214,127,202). Sum of RGB (Red+Green+Blue) = 214+127+202=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FCA is #298035. Grayscale: #A1A1A1. Windows color (decimal): -2719798 or 13270998. OLE color: 13270998.

HSL color Cylindrical-coordinate representation of color #D67FCA: hue angle of 308.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FCA is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 127 202 -
CMYK 0 0.41 0.06 0.16
HSL 308.28º 0.51% 0.67% -
HSV(B) 308.28º 0.41% 0.84% -
XYZ 45.98 33.74 59.97 -
YUV 161.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 214 127 202 0 0.41 0.06 0.16 308.28 0.51 0.67
Hex D6 7F CA 0 29 6 10 134 33 43
Octal 326 177 312 0 51 6 20 464 63 103
Binary 11010110 1111111 11001010 0 101001 110 10000 100110100 110011 1000011

Color Harmonies of #D67FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67FCA

Black with #D67FCA

Text Example


Text Example

White with #D67FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67FCA; }

 p { color: rgb(214,127,202); }

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

background-color css

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

 a { background-color: rgb(214,127,202); }

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

border-color css

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

 span { border-color: rgb(214,127,202); }

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