Html Css Color HEX #CE75DD Orchid

📋 copy color: '#CE75DD'

red 206 ◦ green 117 ◦ blue 221

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

Shades of Orchid #CE75DD

Tints of Orchid #CE75DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

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

R = 37.87%
G = 21.51%
B = 40.63%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE75DD (or 0xCE75DD) is known color: Orchid. HEX triplet: CE, 75 and DD. RGB value is (206,117,221). Sum of RGB (Red+Green+Blue) = 206+117+221=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75DD is #318A22. Grayscale: #9B9B9B. Windows color (decimal): -3246627 or 14513614. OLE color: 14513614.

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

Color convert

RGB 206 117 221 -
CMYK 0.07 0.47 0 0.13
HSL 291.35º 0.6% 0.66% -
HSV(B) 291.35º 0.47% 0.87% -
XYZ 44.87 31.06 72.04 -
YUV 155.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 206 117 221 0.07 0.47 0 0.13 291.35 0.6 0.66
Hex CE 75 DD 7 2F 0 D 123 3C 42
Octal 316 165 335 7 57 0 15 443 74 102
Binary 11001110 1110101 11011101 111 101111 0 1101 100100011 111100 1000010

Color Harmonies of #CE75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75DD

Black with #CE75DD

Text Example


Text Example

White with #CE75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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