Html Css Color HEX #D267CF Orchid

📋 copy color: '#D267CF'

red 210 ◦ green 103 ◦ blue 207

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

Shades of Orchid #D267CF

Tints of Orchid #D267CF

RGB

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

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

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

R = 40.38%
G = 19.81%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D267CF (or 0xD267CF) is known color: Orchid. HEX triplet: D2, 67 and CF. RGB value is (210,103,207). Sum of RGB (Red+Green+Blue) = 210+103+207=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D267CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267CF is #2D9830. Grayscale: #929292. Windows color (decimal): -2988081 or 13592530. OLE color: 13592530.

HSL color Cylindrical-coordinate representation of color #D267CF: hue angle of 301.68º 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 #D267CF is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 103 207 -
CMYK 0 0.51 0.01 0.18
HSL 301.68º 0.54% 0.61% -
HSV(B) 301.68º 0.51% 0.82% -
XYZ 42.69 27.91 62.17 -
YUV 146.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 210 103 207 0 0.51 0.01 0.18 301.68 0.54 0.61
Hex D2 67 CF 0 33 1 12 12E 36 3D
Octal 322 147 317 0 63 1 22 456 66 75
Binary 11010010 1100111 11001111 0 110011 1 10010 100101110 110110 111101

Color Harmonies of #D267CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267CF

Black with #D267CF

Text Example


Text Example

White with #D267CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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