Html Css Color HEX #CE67CC Orchid

📋 copy color: '#CE67CC'

red 206 ◦ green 103 ◦ blue 204

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

Shades of Orchid #CE67CC

Tints of Orchid #CE67CC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.08%

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 40.16%
G = 20.08%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE67CC (or 0xCE67CC) is known color: Orchid. HEX triplet: CE, 67 and CC. RGB value is (206,103,204). Sum of RGB (Red+Green+Blue) = 206+103+204=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67CC is #319833. Grayscale: #919191. Windows color (decimal): -3250228 or 13395918. OLE color: 13395918.

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

Color convert

RGB 206 103 204 -
CMYK 0 0.50 0.01 0.19
HSL 301.17º 0.51% 0.61% -
HSV(B) 301.17º 0.5% 0.81% -
XYZ 41.2 27.18 60.2 -
YUV 145.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 206 103 204 0 0.50 0.01 0.19 301.17 0.51 0.61
Hex CE 67 CC 0 32 1 13 12D 33 3D
Octal 316 147 314 0 62 1 23 455 63 75
Binary 11001110 1100111 11001100 0 110010 1 10011 100101101 110011 111101

Color Harmonies of #CE67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67CC

Black with #CE67CC

Text Example


Text Example

White with #CE67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67CC; }

 p { color: rgb(206,103,204); }

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

background-color css

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

 a { background-color: rgb(206,103,204); }

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

border-color css

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

 span { border-color: rgb(206,103,204); }

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