Html Css Color HEX #CE75DE Orchid

📋 copy color: '#CE75DE'

red 206 ◦ green 117 ◦ blue 222

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

Shades of Orchid #CE75DE

Tints of Orchid #CE75DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 37.8%
G = 21.47%
B = 40.73%

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

#CE75DE (or 0xCE75DE) is known color: Orchid. HEX triplet: CE, 75 and DE. RGB value is (206,117,222). Sum of RGB (Red+Green+Blue) = 206+117+222=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE75DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75DE is #318A21. Grayscale: #9B9B9B. Windows color (decimal): -3246626 or 14579150. OLE color: 14579150.

HSL color Cylindrical-coordinate representation of color #CE75DE: hue angle of 290.86º degrees, saturation: 0.61, 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 #CE75DE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 117 222 -
CMYK 0.07 0.47 0 0.13
HSL 290.86º 0.61% 0.66% -
HSV(B) 290.86º 0.47% 0.87% -
XYZ 45 31.12 72.74 -
YUV 155.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 206 117 222 0.07 0.47 0 0.13 290.86 0.61 0.66
Hex CE 75 DE 7 2F 0 D 123 3D 42
Octal 316 165 336 7 57 0 15 443 75 102
Binary 11001110 1110101 11011110 111 101111 0 1101 100100011 111101 1000010

Color Harmonies of #CE75DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75DE

Black with #CE75DE

Text Example


Text Example

White with #CE75DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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