Html Css Color HEX #CE69C3 Orchid

📋 copy color: '#CE69C3'

red 206 ◦ green 105 ◦ blue 195

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

Shades of Orchid #CE69C3

Tints of Orchid #CE69C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 40.71%
G = 20.75%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE69C3 (or 0xCE69C3) is known color: Orchid. HEX triplet: CE, 69 and C3. RGB value is (206,105,195). Sum of RGB (Red+Green+Blue) = 206+105+195=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE69C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69C3 is #31963C. Grayscale: #919191. Windows color (decimal): -3249725 or 12806606. OLE color: 12806606.

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

Color convert

RGB 206 105 195 -
CMYK 0 0.49 0.05 0.19
HSL 306.53º 0.51% 0.61% -
HSV(B) 306.53º 0.49% 0.81% -
XYZ 40.36 27.17 54.75 -
YUV 145.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 206 105 195 0 0.49 0.05 0.19 306.53 0.51 0.61
Hex CE 69 C3 0 31 5 13 133 33 3D
Octal 316 151 303 0 61 5 23 463 63 75
Binary 11001110 1101001 11000011 0 110001 101 10011 100110011 110011 111101

Color Harmonies of #CE69C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE69C3

Black with #CE69C3

Text Example


Text Example

White with #CE69C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE69C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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