Html Css Color HEX #D267CC Orchid

📋 copy color: '#D267CC'

red 210 ◦ green 103 ◦ blue 204

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

Shades of Orchid #D267CC

Tints of Orchid #D267CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 40.62%
G = 19.92%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D267CC (or 0xD267CC) is known color: Orchid. HEX triplet: D2, 67 and CC. RGB value is (210,103,204). Sum of RGB (Red+Green+Blue) = 210+103+204=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D267CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D267CC is #2D9833. Grayscale: #929292. Windows color (decimal): -2988084 or 13395922. OLE color: 13395922.

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

Color convert

RGB 210 103 204 -
CMYK 0 0.51 0.03 0.18
HSL 303.36º 0.54% 0.61% -
HSV(B) 303.36º 0.51% 0.82% -
XYZ 42.33 27.76 60.25 -
YUV 146.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 210 103 204 0 0.51 0.03 0.18 303.36 0.54 0.61
Hex D2 67 CC 0 33 3 12 12F 36 3D
Octal 322 147 314 0 63 3 22 457 66 75
Binary 11010010 1100111 11001100 0 110011 11 10010 100101111 110110 111101

Color Harmonies of #D267CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267CC

Black with #D267CC

Text Example


Text Example

White with #D267CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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