Html Css Color HEX #CE69C1 Orchid

📋 copy color: '#CE69C1'

red 206 ◦ green 105 ◦ blue 193

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

Shades of Orchid #CE69C1

Tints of Orchid #CE69C1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.83%

 BLUE value IS 193 (75.78% from 255) = 38.29%

R = 40.87%
G = 20.83%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE69C1 (or 0xCE69C1) is known color: Orchid. HEX triplet: CE, 69 and C1. RGB value is (206,105,193). Sum of RGB (Red+Green+Blue) = 206+105+193=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69C1 is #31963E. Grayscale: #909090. Windows color (decimal): -3249727 or 12675534. OLE color: 12675534.

HSL color Cylindrical-coordinate representation of color #CE69C1: hue angle of 307.72º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE69C1 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 193 -
CMYK 0 0.49 0.06 0.19
HSL 307.72º 0.51% 0.61% -
HSV(B) 307.72º 0.49% 0.81% -
XYZ 40.13 27.08 53.56 -
YUV 145.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 206 105 193 0 0.49 0.06 0.19 307.72 0.51 0.61
Hex CE 69 C1 0 31 6 13 134 33 3D
Octal 316 151 301 0 61 6 23 464 63 75
Binary 11001110 1101001 11000001 0 110001 110 10011 100110100 110011 111101

Color Harmonies of #CE69C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69C1

Black with #CE69C1

Text Example


Text Example

White with #CE69C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69C1; }

 p { color: rgb(206,105,193); }

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

background-color css

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

 a { background-color: rgb(206,105,193); }

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

border-color css

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

 span { border-color: rgb(206,105,193); }

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