Html Css Color HEX #D267CE Orchid

📋 copy color: '#D267CE'

red 210 ◦ green 103 ◦ blue 206

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

Shades of Orchid #D267CE

Tints of Orchid #D267CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 40.46%
G = 19.85%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D267CE (or 0xD267CE) is known color: Orchid. HEX triplet: D2, 67 and CE. RGB value is (210,103,206). Sum of RGB (Red+Green+Blue) = 210+103+206=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D267CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267CE is #2D9831. Grayscale: #929292. Windows color (decimal): -2988082 or 13526994. OLE color: 13526994.

HSL color Cylindrical-coordinate representation of color #D267CE: hue angle of 302.24º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D267CE is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 103 206 -
CMYK 0 0.51 0.02 0.18
HSL 302.24º 0.54% 0.61% -
HSV(B) 302.24º 0.51% 0.82% -
XYZ 42.57 27.86 61.53 -
YUV 146.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 210 103 206 0 0.51 0.02 0.18 302.24 0.54 0.61
Hex D2 67 CE 0 33 2 12 12E 36 3D
Octal 322 147 316 0 63 2 22 456 66 75
Binary 11010010 1100111 11001110 0 110011 10 10010 100101110 110110 111101

Color Harmonies of #D267CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267CE

Black with #D267CE

Text Example


Text Example

White with #D267CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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