Html Css Color HEX #CE67DD Orchid

📋 copy color: '#CE67DD'

red 206 ◦ green 103 ◦ blue 221

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

Shades of Orchid #CE67DD

Tints of Orchid #CE67DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 38.87%
G = 19.43%
B = 41.7%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE67DD (or 0xCE67DD) is known color: Orchid. HEX triplet: CE, 67 and DD. RGB value is (206,103,221). Sum of RGB (Red+Green+Blue) = 206+103+221=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67DD is #319822. Grayscale: #929292. Windows color (decimal): -3250211 or 14510030. OLE color: 14510030.

HSL color Cylindrical-coordinate representation of color #CE67DD: hue angle of 292.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE67DD is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 103 221 -
CMYK 0.07 0.53 0 0.13
HSL 292.37º 0.63% 0.64% -
HSV(B) 292.37º 0.53% 0.87% -
XYZ 43.36 28.04 71.53 -
YUV 147.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 206 103 221 0.07 0.53 0 0.13 292.37 0.63 0.64
Hex CE 67 DD 7 35 0 D 124 3F 40
Octal 316 147 335 7 65 0 15 444 77 100
Binary 11001110 1100111 11011101 111 110101 0 1101 100100100 111111 1000000

Color Harmonies of #CE67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67DD

Black with #CE67DD

Text Example


Text Example

White with #CE67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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