Html Css Color HEX #CE67C7 Orchid

📋 copy color: '#CE67C7'

red 206 ◦ green 103 ◦ blue 199

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

Shades of Orchid #CE67C7

Tints of Orchid #CE67C7

RGB

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

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

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

R = 40.55%
G = 20.28%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE67C7 (or 0xCE67C7) is known color: Orchid. HEX triplet: CE, 67 and C7. RGB value is (206,103,199). Sum of RGB (Red+Green+Blue) = 206+103+199=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE67C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67C7 is #319838. Grayscale: #909090. Windows color (decimal): -3250233 or 13068238. OLE color: 13068238.

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

Color convert

RGB 206 103 199 -
CMYK 0 0.50 0.03 0.19
HSL 304.08º 0.51% 0.61% -
HSV(B) 304.08º 0.5% 0.81% -
XYZ 40.61 26.95 57.09 -
YUV 144.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 206 103 199 0 0.50 0.03 0.19 304.08 0.51 0.61
Hex CE 67 C7 0 32 3 13 130 33 3D
Octal 316 147 307 0 62 3 23 460 63 75
Binary 11001110 1100111 11000111 0 110010 11 10011 100110000 110011 111101

Color Harmonies of #CE67C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE67C7

Black with #CE67C7

Text Example


Text Example

White with #CE67C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE67C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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