Html Css Color HEX #DC67CF Orchid

📋 copy color: '#DC67CF'

red 220 ◦ green 103 ◦ blue 207

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

Shades of Orchid #DC67CF

Tints of Orchid #DC67CF

RGB

 RED value IS 220 (86.33% from 255) = 41.51%

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

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

R = 41.51%
G = 19.43%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC67CF (or 0xDC67CF) is known color: Orchid. HEX triplet: DC, 67 and CF. RGB value is (220,103,207). Sum of RGB (Red+Green+Blue) = 220+103+207=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67CF is #239830. Grayscale: #959595. Windows color (decimal): -2332721 or 13592540. OLE color: 13592540.

HSL color Cylindrical-coordinate representation of color #DC67CF: hue angle of 306.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67CF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 207 -
CMYK 0 0.53 0.06 0.14
HSL 306.67º 0.63% 0.63% -
HSV(B) 306.67º 0.53% 0.86% -
XYZ 45.63 29.42 62.31 -
YUV 149.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 220 103 207 0 0.53 0.06 0.14 306.67 0.63 0.63
Hex DC 67 CF 0 35 6 E 133 3F 3F
Octal 334 147 317 0 65 6 16 463 77 77
Binary 11011100 1100111 11001111 0 110101 110 1110 100110011 111111 111111

Color Harmonies of #DC67CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67CF

Black with #DC67CF

Text Example


Text Example

White with #DC67CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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