Html Css Color HEX #CE69C7 Orchid

📋 copy color: '#CE69C7'

red 206 ◦ green 105 ◦ blue 199

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

Shades of Orchid #CE69C7

Tints of Orchid #CE69C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.02%

R = 40.39%
G = 20.59%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE69C7 (or 0xCE69C7) is known color: Orchid. HEX triplet: CE, 69 and C7. RGB value is (206,105,199). Sum of RGB (Red+Green+Blue) = 206+105+199=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69C7 is #319638. Grayscale: #919191. Windows color (decimal): -3249721 or 13068750. OLE color: 13068750.

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

Color convert

RGB 206 105 199 -
CMYK 0 0.49 0.03 0.19
HSL 304.16º 0.51% 0.61% -
HSV(B) 304.16º 0.49% 0.81% -
XYZ 40.81 27.35 57.16 -
YUV 145.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 206 105 199 0 0.49 0.03 0.19 304.16 0.51 0.61
Hex CE 69 C7 0 31 3 13 130 33 3D
Octal 316 151 307 0 61 3 23 460 63 75
Binary 11001110 1101001 11000111 0 110001 11 10011 100110000 110011 111101

Color Harmonies of #CE69C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69C7

Black with #CE69C7

Text Example


Text Example

White with #CE69C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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