Html Css Color HEX #DC67CA Orchid

📋 copy color: '#DC67CA'

red 220 ◦ green 103 ◦ blue 202

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

Shades of Orchid #DC67CA

Tints of Orchid #DC67CA

RGB

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

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

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

R = 41.9%
G = 19.62%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC67CA (or 0xDC67CA) is known color: Orchid. HEX triplet: DC, 67 and CA. RGB value is (220,103,202). Sum of RGB (Red+Green+Blue) = 220+103+202=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67CA is #239835. Grayscale: #949494. Windows color (decimal): -2332726 or 13264860. OLE color: 13264860.

HSL color Cylindrical-coordinate representation of color #DC67CA: hue angle of 309.23º 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 #DC67CA is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 202 -
CMYK 0 0.53 0.08 0.14
HSL 309.23º 0.63% 0.63% -
HSV(B) 309.23º 0.53% 0.86% -
XYZ 45.03 29.18 59.14 -
YUV 149.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 220 103 202 0 0.53 0.08 0.14 309.23 0.63 0.63
Hex DC 67 CA 0 35 8 E 135 3F 3F
Octal 334 147 312 0 65 10 16 465 77 77
Binary 11011100 1100111 11001010 0 110101 1000 1110 100110101 111111 111111

Color Harmonies of #DC67CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC67CA

Black with #DC67CA

Text Example


Text Example

White with #DC67CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC67CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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