Html Css Color HEX #C69CEE Perfume

📋 copy color: '#C69CEE'

red 198 ◦ green 156 ◦ blue 238

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

Shades of Perfume #C69CEE

Tints of Perfume #C69CEE

RGB

 RED value IS 198 (77.73% from 255) = 33.45%

 GREEN value IS 156 (61.33% from 255) = 26.35%

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 33.45%
G = 26.35%
B = 40.2%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C69CEE (or 0xC69CEE) is known color: Perfume. HEX triplet: C6, 9C and EE. RGB value is (198,156,238). Sum of RGB (Red+Green+Blue) = 198+156+238=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #C69CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CEE is #396311. Grayscale: #B1B1B1. Windows color (decimal): -3760914 or 15637702. OLE color: 15637702.

HSL color Cylindrical-coordinate representation of color #C69CEE: hue angle of 270.73º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C69CEE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 156 238 -
CMYK 0.17 0.34 0 0.07
HSL 270.73º 0.71% 0.77% -
HSV(B) 270.73º 0.34% 0.93% -
XYZ 50.61 41.96 86.32 -
YUV 177.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 198 156 238 0.17 0.34 0 0.07 270.73 0.71 0.77
Hex C6 9C EE 11 22 0 7 10F 47 4D
Octal 306 234 356 21 42 0 7 417 107 115
Binary 11000110 10011100 11101110 10001 100010 0 111 100001111 1000111 1001101

Color Harmonies of #C69CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CEE

Black with #C69CEE

Text Example


Text Example

White with #C69CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CEE; }

 p { color: rgb(198,156,238); }

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

background-color css

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

 a { background-color: rgb(198,156,238); }

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

border-color css

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

 span { border-color: rgb(198,156,238); }

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