Html Css Color HEX #C0CCF3 Periwinkle

📋 copy color: '#C0CCF3'

red 192 ◦ green 204 ◦ blue 243

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

Shades of Periwinkle #C0CCF3

Tints of Periwinkle #C0CCF3

RGB

 RED value IS 192 (75.39% from 255) = 30.05%

 GREEN value IS 204 (80.08% from 255) = 31.92%

 BLUE value IS 243 (95.31% from 255) = 38.03%

R = 30.05%
G = 31.92%
B = 38.03%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0CCF3 (or 0xC0CCF3) is known color: Periwinkle. HEX triplet: C0, CC and F3. RGB value is (192,204,243). Sum of RGB (Red+Green+Blue) = 192+204+243=639 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.05% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCF3 is #3F330C. Grayscale: #CCCCCC. Windows color (decimal): -4141837 or 15977664. OLE color: 15977664.

HSL color Cylindrical-coordinate representation of color #C0CCF3: hue angle of 225.88º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0CCF3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 204 243 -
CMYK 0.21 0.16 0 0.05
HSL 225.88º 0.68% 0.85% -
HSV(B) 225.88º 0.21% 0.95% -
XYZ 59.51 60.86 93.41 -
YUV 204.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 192 204 243 0.21 0.16 0 0.05 225.88 0.68 0.85
Hex C0 CC F3 15 10 0 5 E2 44 55
Octal 300 314 363 25 20 0 5 342 104 125
Binary 11000000 11001100 11110011 10101 10000 0 101 11100010 1000100 1010101

Color Harmonies of #C0CCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCF3

Black with #C0CCF3

Text Example


Text Example

White with #C0CCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCF3; }

 p { color: rgb(192,204,243); }

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

background-color css

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

 a { background-color: rgb(192,204,243); }

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

border-color css

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

 span { border-color: rgb(192,204,243); }

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