Html Css Color HEX #CF67C5 Orchid

📋 copy color: '#CF67C5'

red 207 ◦ green 103 ◦ blue 197

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

Shades of Orchid #CF67C5

Tints of Orchid #CF67C5

RGB

 RED value IS 207 (81.25% from 255) = 40.83%

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

 BLUE value IS 197 (77.34% from 255) = 38.86%

R = 40.83%
G = 20.32%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF67C5 (or 0xCF67C5) is known color: Orchid. HEX triplet: CF, 67 and C5. RGB value is (207,103,197). Sum of RGB (Red+Green+Blue) = 207+103+197=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67C5 is #30983A. Grayscale: #909090. Windows color (decimal): -3184699 or 12937167. OLE color: 12937167.

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

Color convert

RGB 207 103 197 -
CMYK 0 0.50 0.05 0.19
HSL 305.77º 0.52% 0.61% -
HSV(B) 305.77º 0.5% 0.81% -
XYZ 40.66 27 55.89 -
YUV 144.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 207 103 197 0 0.50 0.05 0.19 305.77 0.52 0.61
Hex CF 67 C5 0 32 5 13 132 34 3D
Octal 317 147 305 0 62 5 23 462 64 75
Binary 11001111 1100111 11000101 0 110010 101 10011 100110010 110100 111101

Color Harmonies of #CF67C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF67C5

Black with #CF67C5

Text Example


Text Example

White with #CF67C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF67C5; }

 p { color: rgb(207,103,197); }

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

background-color css

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

 a { background-color: rgb(207,103,197); }

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

border-color css

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

 span { border-color: rgb(207,103,197); }

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