Html Css Color HEX #CE75DA Orchid

📋 copy color: '#CE75DA'

red 206 ◦ green 117 ◦ blue 218

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

Shades of Orchid #CE75DA

Tints of Orchid #CE75DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 38.08%
G = 21.63%
B = 40.3%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE75DA (or 0xCE75DA) is known color: Orchid. HEX triplet: CE, 75 and DA. RGB value is (206,117,218). Sum of RGB (Red+Green+Blue) = 206+117+218=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75DA is #318A25. Grayscale: #9A9A9A. Windows color (decimal): -3246630 or 14317006. OLE color: 14317006.

HSL color Cylindrical-coordinate representation of color #CE75DA: hue angle of 292.87º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE75DA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 117 218 -
CMYK 0.06 0.46 0 0.15
HSL 292.87º 0.58% 0.66% -
HSV(B) 292.87º 0.46% 0.85% -
XYZ 44.47 30.91 69.95 -
YUV 155.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 206 117 218 0.06 0.46 0 0.15 292.87 0.58 0.66
Hex CE 75 DA 6 2E 0 F 125 3A 42
Octal 316 165 332 6 56 0 17 445 72 102
Binary 11001110 1110101 11011010 110 101110 0 1111 100100101 111010 1000010

Color Harmonies of #CE75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75DA

Black with #CE75DA

Text Example


Text Example

White with #CE75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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