Html Css Color HEX #CE67DC Orchid

📋 copy color: '#CE67DC'

red 206 ◦ green 103 ◦ blue 220

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

Shades of Orchid #CE67DC

Tints of Orchid #CE67DC

RGB

 RED value IS 206 (80.86% from 255) = 38.94%

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 38.94%
G = 19.47%
B = 41.59%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE67DC (or 0xCE67DC) is known color: Orchid. HEX triplet: CE, 67 and DC. RGB value is (206,103,220). Sum of RGB (Red+Green+Blue) = 206+103+220=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67DC is #319823. Grayscale: #929292. Windows color (decimal): -3250212 or 14444494. OLE color: 14444494.

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

Color convert

RGB 206 103 220 -
CMYK 0.06 0.53 0 0.14
HSL 292.82º 0.63% 0.63% -
HSV(B) 292.82º 0.53% 0.86% -
XYZ 43.22 27.99 70.83 -
YUV 147.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 206 103 220 0.06 0.53 0 0.14 292.82 0.63 0.63
Hex CE 67 DC 6 35 0 E 125 3F 3F
Octal 316 147 334 6 65 0 16 445 77 77
Binary 11001110 1100111 11011100 110 110101 0 1110 100100101 111111 111111

Color Harmonies of #CE67DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67DC

Black with #CE67DC

Text Example


Text Example

White with #CE67DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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