Html Css Color HEX #CE75D4 Orchid

📋 copy color: '#CE75D4'

red 206 ◦ green 117 ◦ blue 212

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

Shades of Orchid #CE75D4

Tints of Orchid #CE75D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.63%

R = 38.5%
G = 21.87%
B = 39.63%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE75D4 (or 0xCE75D4) is known color: Orchid. HEX triplet: CE, 75 and D4. RGB value is (206,117,212). Sum of RGB (Red+Green+Blue) = 206+117+212=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE75D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75D4 is #318A2B. Grayscale: #9A9A9A. Windows color (decimal): -3246636 or 13923790. OLE color: 13923790.

HSL color Cylindrical-coordinate representation of color #CE75D4: hue angle of 296.21º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE75D4 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 117 212 -
CMYK 0.03 0.45 0 0.17
HSL 296.21º 0.52% 0.65% -
HSV(B) 296.21º 0.45% 0.83% -
XYZ 43.7 30.6 65.89 -
YUV 154.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 206 117 212 0.03 0.45 0 0.17 296.21 0.52 0.65
Hex CE 75 D4 3 2D 0 11 128 34 41
Octal 316 165 324 3 55 0 21 450 64 101
Binary 11001110 1110101 11010100 11 101101 0 10001 100101000 110100 1000001

Color Harmonies of #CE75D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75D4

Black with #CE75D4

Text Example


Text Example

White with #CE75D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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