Html Css Color HEX #CC69E7 Orchid

📋 copy color: '#CC69E7'

red 204 ◦ green 105 ◦ blue 231

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

Shades of Orchid #CC69E7

Tints of Orchid #CC69E7

RGB

 RED value IS 204 (80.08% from 255) = 37.78%

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

 BLUE value IS 231 (90.63% from 255) = 42.78%

R = 37.78%
G = 19.44%
B = 42.78%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC69E7 (or 0xCC69E7) is known color: Orchid. HEX triplet: CC, 69 and E7. RGB value is (204,105,231). Sum of RGB (Red+Green+Blue) = 204+105+231=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC69E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69E7 is #339618. Grayscale: #949494. Windows color (decimal): -3380761 or 15165900. OLE color: 15165900.

HSL color Cylindrical-coordinate representation of color #CC69E7: hue angle of 287.14º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC69E7 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 105 231 -
CMYK 0.12 0.55 0 0.09
HSL 287.14º 0.72% 0.66% -
HSV(B) 287.14º 0.55% 0.91% -
XYZ 44.38 28.71 78.8 -
YUV 148.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 204 105 231 0.12 0.55 0 0.09 287.14 0.72 0.66
Hex CC 69 E7 C 37 0 9 11F 48 42
Octal 314 151 347 14 67 0 11 437 110 102
Binary 11001100 1101001 11100111 1100 110111 0 1001 100011111 1001000 1000010

Color Harmonies of #CC69E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69E7

Black with #CC69E7

Text Example


Text Example

White with #CC69E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69E7; }

 p { color: rgb(204,105,231); }

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

background-color css

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

 a { background-color: rgb(204,105,231); }

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

border-color css

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

 span { border-color: rgb(204,105,231); }

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