Html Css Color HEX #CE75E6 Orchid

📋 copy color: '#CE75E6'

red 206 ◦ green 117 ◦ blue 230

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

Shades of Orchid #CE75E6

Tints of Orchid #CE75E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 37.25%
G = 21.16%
B = 41.59%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE75E6 (or 0xCE75E6) is known color: Orchid. HEX triplet: CE, 75 and E6. RGB value is (206,117,230). Sum of RGB (Red+Green+Blue) = 206+117+230=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 117 (46.09% from 255 or 21.16% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE75E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75E6 is #318A19. Grayscale: #9C9C9C. Windows color (decimal): -3246618 or 15103438. OLE color: 15103438.

HSL color Cylindrical-coordinate representation of color #CE75E6: hue angle of 287.26º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE75E6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 117 230 -
CMYK 0.10 0.49 0 0.10
HSL 287.26º 0.69% 0.68% -
HSV(B) 287.26º 0.49% 0.9% -
XYZ 46.1 31.56 78.52 -
YUV 156.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 206 117 230 0.10 0.49 0 0.10 287.26 0.69 0.68
Hex CE 75 E6 A 31 0 A 11F 45 44
Octal 316 165 346 12 61 0 12 437 105 104
Binary 11001110 1110101 11100110 1010 110001 0 1010 100011111 1000101 1000100

Color Harmonies of #CE75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75E6

Black with #CE75E6

Text Example


Text Example

White with #CE75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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