Html Css Color HEX #CE69C9 Orchid

📋 copy color: '#CE69C9'

red 206 ◦ green 105 ◦ blue 201

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

Shades of Orchid #CE69C9

Tints of Orchid #CE69C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 40.23%
G = 20.51%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE69C9 (or 0xCE69C9) is known color: Orchid. HEX triplet: CE, 69 and C9. RGB value is (206,105,201). Sum of RGB (Red+Green+Blue) = 206+105+201=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69C9 is #319636. Grayscale: #919191. Windows color (decimal): -3249719 or 13199822. OLE color: 13199822.

HSL color Cylindrical-coordinate representation of color #CE69C9: hue angle of 302.97º 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 #CE69C9 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 201 -
CMYK 0 0.49 0.02 0.19
HSL 302.97º 0.51% 0.61% -
HSV(B) 302.97º 0.49% 0.81% -
XYZ 41.05 27.44 58.39 -
YUV 146.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 206 105 201 0 0.49 0.02 0.19 302.97 0.51 0.61
Hex CE 69 C9 0 31 2 13 12F 33 3D
Octal 316 151 311 0 61 2 23 457 63 75
Binary 11001110 1101001 11001001 0 110001 10 10011 100101111 110011 111101

Color Harmonies of #CE69C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69C9

Black with #CE69C9

Text Example


Text Example

White with #CE69C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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